projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e08984a
)
No cleanup goes unpunished. Revert ozi changes.
author
robertlipe
<robertlipe@gmail.com>
Thu, 10 Apr 2014 03:47:15 +0000
(
03:47
+0000)
committer
robertlipe
<robertlipe@gmail.com>
Thu, 10 Apr 2014 03:47:15 +0000
(
03:47
+0000)
gpsbabel/ozi.cc
patch
|
blob
|
history
diff --git
a/gpsbabel/ozi.cc
b/gpsbabel/ozi.cc
index a98e0442a4ddbf8f6d29d72af0631e821645a17a..cb30d0c6e9c99ce1bdc09eae77f684ee09b8ae89 100644
(file)
--- a/
gpsbabel/ozi.cc
+++ b/
gpsbabel/ozi.cc
@@
-649,7
+649,7
@@
ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp)
break;
case 4:
/* waypoint name */
- wpt_tmp->shortname = csv_stringclean(str,
","
);
+ wpt_tmp->shortname = csv_stringclean(str,
QString(",")
);
break;
case 5:
/* latitude */
@@
-680,7
+680,7
@@
ozi_parse_routepoint(int field, char* str, Waypoint* wpt_tmp)
break;
case 13:
/* description */
- wpt_tmp->description = csv_stringclean(str,
","
);
+ wpt_tmp->description = csv_stringclean(str,
QString(",")
);
break;
default:
break;